home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 2000 August: Tool Chest
/
Dev.CD Aug 00 TC Disk 1.toast
/
pc
/
sample code
/
games
/
dronezone
/
dzutils.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2000-06-23
|
328 b
|
21 lines
/*
* File: DZUtils.h
*
* Copyright © 1996 Apple Computer, Inc.
*/
#ifndef __DZUtils__
#define __DZUtils__
#include <QD3D.h>
Boolean CheckVersionNumber(
const NumVersion* inVersion,
UInt8 inMajor,
UInt8 inMinor,
UInt8 inBug);
TQ3Object Get3DMFResource(
short inResourceID);
#endif /* __DZUtils__ */